Fox's Git Mirrors
pkg/backbone/kqueue_linux_stub.go 61af5556362c8bdf7c09a1c01bc84f81629f281b (61af5556) Text, 232 B
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io
//go:build linux
package backbone
import "errors"
func newKqueuePoller() (poller, error) {
return nil, errors.New("kqueue is not available on Linux")
}
Served by rngit 1.5.2 - Generated in 0.02s